home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2001 January / Game.EXE_01_2001.iso / demos / Blade of Darkness / data1.cab / Program_Executable_Files / Lib / NetSounds.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-11-16  |  464 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import netgame
  5.  
  6. def AddAnimSound(per, aniname, sonido, time):
  7.     if netgame.GetNetState() == 2:
  8.         netgame.AddSoundToClient(per.Name, aniname, sonido)
  9.     else:
  10.         per.AddAnimSound(aniname, sonido, time)
  11.  
  12.